home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / harry_po.swf / scripts / frame_10 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  264 b   |  10 lines

  1. totalBytes = this.getBytesTotal();
  2. loadedBytes = this.getBytesLoaded();
  3. remainingBytes = totalBytes - loadedBytes;
  4. percentDone = int(loadedBytes / totalBytes * 1000);
  5. bar.gotoAndStop(percentDone);
  6. if(_framesloaded == _totalframes)
  7. {
  8.    gotoAndStop(12);
  9. }
  10.